home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / EMSIF230.ARJ / WHATSNEW.230 < prev   
Text File  |  1991-11-19  |  2KB  |  57 lines

  1.                           WHAT'S NEW IN EMSIF
  2.  
  3. version 2.30:
  4.  
  5.     + Renamed to avoid confusion with other people's products.
  6.  
  7.     + Support for TC 2.0 tested and confirmed.
  8.  
  9.     + Long-standing bug in support for EMS versions below 4.0 fixed.
  10.  
  11.     + Functions in library regrouped to avoid unnecessarily linking
  12.       seldom-used functions into your programs.
  13.  
  14.  
  15. version 2.21:
  16.  
  17.     + _EMMicopyfrom() and _EMMicopyto() functions added, allowing different
  18.       skips between elements in source and destination. EMMicopyfrom() and
  19.       EMMicopyto() changed to macros which call the _EMMicopy* functions.
  20.  
  21.     + Huge model support added!
  22.  
  23.  
  24. version 2.2:
  25.  
  26.     + Support for tiny model tested and confirmed.
  27.  
  28.     + Support for Microsoft C tested and confirmed.
  29.  
  30.     + EMSIF distributed as libraries instead of objects (source got too big
  31.       to keep in one file, and libraries are the most convenient way
  32.       to deal with multiple objects).
  33.  
  34.     + Support for EMS mapping save and restore calls. Suggestions for using
  35.       save/restore added to the documentation.
  36.  
  37.     + Frame caching for copying functions can be enabled and disabled.
  38.       Details of frame caching and suggestions on how to use it added
  39.       to the documentation. _EMMframecache global variable allows
  40.       determination of cache status (enabled/disabled).
  41.  
  42.     + Interval copy functions added to speed certain types of array copies.
  43.  
  44.     + Initialization protection added. Functions will return an error
  45.       instead of possibly crashing if the library has not been
  46.       initialized.
  47.  
  48.     + Greatly expanded example program source included, and example
  49.       makefiles for compiling it with Borland/Turbo C[++] and
  50.       Microsoft C.
  51.  
  52.     + Documentation rewritten. More detail, better instructions, more
  53.       organization.
  54.  
  55.     + EMMgetname() now is guaranteed to null-terminate the returned string.
  56.  
  57.